const runtime.gcBackgroundMode

4 uses

	runtime (current package)
		mgc.go#L534: 	gcBackgroundMode gcMode = iota // concurrent GC and sweep
		mgc.go#L640: 	mode := gcBackgroundMode
		mgc.go#L706: 	if mode != gcBackgroundMode {
		mgc.go#L771: 	if mode != gcBackgroundMode {